home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / Packer / xfd / Developer / Sources / C / extheader.c < prev    next >
C/C++ Source or Header  |  1999-03-29  |  475b  |  22 lines

  1. /* Objectheader
  2.  
  3.     Name:        extheader.c
  4.     Version:    $VER: extheader.c 1.0 (22.12.1997)
  5.     Description:    C header for xfd externals
  6.     Author:        SDI
  7.     Distribution:    PD
  8.  
  9.  1.0   22.12.97 : first version
  10. */
  11.  
  12. #include <libraries/xfdmaster.h>
  13.  
  14. /* To make this a extern Object module it is necessary to force this
  15. structure to be the really first stuff in the file. */
  16.  
  17. extern struct xfdSlave FirstSlave;
  18.  
  19. struct xfdForeMan ForeMan =
  20. {0x70FF4E75, XFDF_ID, XFDF_VERSION, 0, 0, 0, &FirstSlave};
  21.  
  22.